home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREENET1 / !FreeUser / Startup < prev   
Text File  |  1995-11-12  |  666b  |  39 lines

  1. | $Id: Startup,v 1.1.2.1 1995/11/12 17:46:48 tom Exp $
  2.  
  3. |
  4. | Load the main TCP/IP stack and dummy internet module
  5. |
  6. RMRun FreeNet:FreeNet
  7. RMRun FreeNet:Internet
  8.  
  9. |
  10. | Load any drivers that we need
  11. |
  12. RMRun FreeNet:Drivers.SLIPdriver 576
  13. |RMRun FreeNet:Drivers.AUNLink
  14.  
  15. |
  16. | Load the DNS resolver
  17. |
  18. RMRun FreeNet:INetDB
  19.  
  20. |
  21. | Set the host name to keep Acorn clients happy
  22. |
  23. Set Inet$HostName compton
  24.  
  25. |
  26. | Attach and configure the interfaces
  27. |
  28.  
  29. slattach internal 0 19200
  30. ifconfig sl0 inet 158.152.40.58 158.152.1.222 netmask 0xffff0000 up
  31.  
  32. ifconfig lo0 inet 127.0.0.1 up
  33.  
  34. |
  35. | Setup the routing tables
  36. |
  37. route add default 158.152.1.222 1
  38. route add 158.152.40.58 127.0.0.1 0
  39.